Determine the value returned by the function.
def minus(num): diff = num - 4 return diff
Experiment with this code on Gitpod.io
⬅ Back